discoverTypes.Types

Undocumented in source.
template discoverTypes(Ts...)
static if(!(Ts.length == 0))
static if(Ts.length == 1)
static if(!(!isAggregateType!T && !(is(T == class))))
static if(!(is(T : Nullable!P, P)))
alias Types = AliasSeq!(fieldTypes, discoverTypes!fieldTypes, functionReturnTypes, discoverTypes!(functionReturnTypes))

Meta